Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit ea33ea74fc369820c32386bcbfb4bc5682c39d36


Parents : 81a09a2
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Signature : T66BB85Valid, signed by author
Date : 2026-07-21T23:13:00+02:00

Removed prompt-toolkit dependency

Changes

2 files changed, 1 insertions(+), 2 deletions(-)

M Makefile +1 -1

Diff

diff --git a/Makefile b/Makefile
index e31a8f37..67e39aa6 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ prepare-appimage:
cp ../LXMF/dist/lxmf-*-py3-none-any.whl lib/whl/
LC_ALL=C $(MAKE) -C ../LXST clean release
cp ../LXST/dist/lxst-*-py3-none-any.whl lib/whl/
- cd lib/ewhl && pip download "kivy>=2.3.0" "numpy>=2.3.4" "pillow>=10.2.0" "mistune>=3.0.2" "qrcode" "materialyoucolor>=2.0.7" "beautifulsoup4" "pycodec2>=4.1.0" "cffi>=2.0.0" "cryptography>=3.4.7" "pyserial>=3.5" "pysdl2-dll>=2.32.0" "prompt-toolkit"
+ cd lib/ewhl && pip download "kivy>=2.3.0" "numpy>=2.3.4" "pillow>=10.2.0" "mistune>=3.0.2" "qrcode" "materialyoucolor>=2.0.7" "beautifulsoup4" "pycodec2>=4.1.0" "cffi>=2.0.0" "cryptography>=3.4.7" "pyserial>=3.5" "pysdl2-dll>=2.32.0"
appimage: appimage-x86_64

diff --git a/build_appimage.sh b/build_appimage.sh
index 2186cb04..b2f4e4df 100755
--- a/build_appimage.sh
+++ b/build_appimage.sh
@@ -204,7 +204,6 @@ install_pip_deps() {
"pyserial>=3.5"
"pysdl2-dll>=2.32.0"
"dbus-python"
- "prompt-toolkit"
)
local ldeps=(


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────